tools/xen-hvmctx: drop bogus casts from dump_hpet()
authorJan Beulich <jbeulich@suse.com>
Thu, 4 Oct 2018 12:55:15 +0000 (14:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 4 Oct 2018 12:55:15 +0000 (14:55 +0200)
commit38a98e2280a416fae2711e44f25d391ce7d9f51e
tree60806f00403b8478bc379dab7138d0282ae81e53
parent55f558ce1effcd20cff207280e0d31c80ab4045a
tools/xen-hvmctx: drop bogus casts from dump_hpet()

Also specify field widths of the multiple similar lines printed in the
course of the loop, to help readability.

Make the iteration variable unsigned.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/misc/xen-hvmctx.c